home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TTIMEDMSGFRM / TTIMEDMSGFRM.txt
Text File  |  1998-11-20  |  782b  |  43 lines

  1. object TimedMsgFrm: TTimedMsgFrm
  2.   Left = 230
  3.   Top = 238
  4.   ActiveControl = OKBut
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Information'
  8.   ClientHeight = 96
  9.   ClientWidth = 321
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object message1: TLabel
  18.     Left = 8
  19.     Top = 24
  20.     Width = 305
  21.     Height = 33
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Text'
  25.   end
  26.   object OKBut: TBitBtn
  27.     Left = 120
  28.     Top = 64
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&OK'
  32.     TabOrder = 0
  33.     Kind = bkOK
  34.   end
  35.   object Timer1: TTimer
  36.     Enabled = False
  37.     Interval = 7000
  38.     OnTimer = Timer1Timer
  39.     Left = 224
  40.     Top = 64
  41.   end
  42. end
  43.